Scheduling an Export
Exports can be scheduled to auto run using a third-party scheduler such as Microsoft’s Scheduled Tasks.
The command-line syntax for the scheduler is:
CExport.exe /Command [Path]ExportFileName.cex
| Parameter | Description |
|---|---|
|
Command |
The task type. Option is "e" (to export). |
|
[Path] |
The path to the .cex file. If the file is not stored in the same directory as the CygNet Export executable the path must be specified. |
|
ExportFileName.cex |
The name of the export properties file. The file must be stored in the standard file system. |
Example
|
CExport.exe /e C:\Exports\MyExport.cex |

